home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
children
/
dressup.arj
/
DRESUP1A.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-07-04
|
1KB
|
24 lines
ECHO OFF
CLS
ECHO ╔════════════════════════════════════════════════════════════════════╗
ECHO ║ This BAT file will copy the DressMeUp Wardrobe #1A files from the ║
ECHO ║ \DRESSUP\STASH directory on the C drive to the \DRESSUP directory. ║
ECHO ║ The next time DressMeUp is executed, the files will replace the ║
ECHO ║ GREEN wardrobe in the main files and the source files in the ║
ECHO ║ \DRESSUP directory will be deleted. Before executing DressMeUp, ║
ECHO ║ delete the files in the \DRESSUP directory for articles you do not ║
ECHO ║ want replaced or rename them to place them in a different color ║
ECHO ║ wardrobe. Numbers and colors are listed in the DRESSUP.LST file. ║
ECHO ║ NOTE: Change the C:\'s to copy the files on another drive. ║
ECHO ╚════════════════════════════════════════════════════════════════════╝
ECHO Press Ctrl-C to quit or
PAUSE
CLS
ECHO Copying DressMeUp Wardrobe Files
ECHO ═════════════════════════════════════
COPY C:\DRESSUP\STASH\??????1A.DWG C:\DRESSUP
ERASE C:\DRESSUP\HATS__1A.DWG
COPY C:\DRESSUP\STASH\HATS__5A.DWG C:\DRESSUP
ECHO ═════════════════════════════════════════════════════════════════
ECHO The GREEN DressMeUp Wardrobe files are copied and ready to use!